[INFO] fetching crate uriparse 0.6.4...
[INFO] checking uriparse-0.6.4 against master#dc375db7d8df0aa450e622c529147c95eee756f5 for pr-156749
[INFO] extracting crate uriparse 0.6.4 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate uriparse 0.6.4
[INFO] finished tweaking crates.io crate uriparse 0.6.4
[INFO] tweaked toml for crates.io crate uriparse 0.6.4 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate uriparse 0.6.4 on toolchain dc375db7d8df0aa450e622c529147c95eee756f5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dc375db7d8df0aa450e622c529147c95eee756f5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dc375db7d8df0aa450e622c529147c95eee756f5" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 54 packages to latest compatible versions
[INFO] [stderr]       Adding criterion v0.2.11 (available: v0.8.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dc375db7d8df0aa450e622c529147c95eee756f5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cast v0.2.7
[INFO] [stderr]   Downloaded rand_xoshiro v0.1.0
[INFO] [stderr]   Downloaded criterion v0.2.11
[INFO] [stderr]   Downloaded criterion-plot v0.3.1
[INFO] [stderr]   Downloaded itertools v0.8.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] fdc981096a00b80120e7dea568eee50baf443877481358e9e1717ef273a1708f
[INFO] running `Command { std: "docker" "start" "fdc981096a00b80120e7dea568eee50baf443877481358e9e1717ef273a1708f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fdc981096a00b80120e7dea568eee50baf443877481358e9e1717ef273a1708f" "/opt/rustwide/cargo-home/bin/cargo" "+dc375db7d8df0aa450e622c529147c95eee756f5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fdc981096a00b80120e7dea568eee50baf443877481358e9e1717ef273a1708f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fdc981096a00b80120e7dea568eee50baf443877481358e9e1717ef273a1708f" "/opt/rustwide/cargo-home/bin/cargo" "+dc375db7d8df0aa450e622c529147c95eee756f5" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking itertools v0.8.2
[INFO] [stderr]    Compiling cast v0.2.7
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking csv-core v0.1.13
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking serde_json v1.0.150
[INFO] [stderr]     Checking clap v2.34.0
[INFO] [stderr]     Checking rand_xoshiro v0.1.0
[INFO] [stderr]     Checking uriparse v0.6.4 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking csv v1.4.0
[INFO] [stderr]     Checking criterion-plot v0.3.1
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/authority.rs:133:24
[INFO] [stdout]     |
[INFO] [stdout] 133 |     pub fn as_borrowed(&self) -> Authority {
[INFO] [stdout]     |                        ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 133 |     pub fn as_borrowed(&self) -> Authority<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/authority.rs:789:24
[INFO] [stdout]     |
[INFO] [stdout] 789 |     pub fn as_borrowed(&self) -> Host {
[INFO] [stdout]     |                        ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 789 |     pub fn as_borrowed(&self) -> Host<'_> {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/authority.rs:1081:24
[INFO] [stdout]      |
[INFO] [stdout] 1081 |     pub fn as_borrowed(&self) -> Password {
[INFO] [stdout]      |                        ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                        |
[INFO] [stdout]      |                        the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1081 |     pub fn as_borrowed(&self) -> Password<'_> {
[INFO] [stdout]      |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/authority.rs:1327:24
[INFO] [stdout]      |
[INFO] [stdout] 1327 |     pub fn as_borrowed(&self) -> RegisteredName {
[INFO] [stdout]      |                        ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                        |
[INFO] [stdout]      |                        the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1327 |     pub fn as_borrowed(&self) -> RegisteredName<'_> {
[INFO] [stdout]      |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/authority.rs:1571:24
[INFO] [stdout]      |
[INFO] [stdout] 1571 |     pub fn as_borrowed(&self) -> Username {
[INFO] [stdout]      |                        ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                        |
[INFO] [stdout]      |                        the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1571 |     pub fn as_borrowed(&self) -> Username<'_> {
[INFO] [stdout]      |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/authority.rs:2175:38
[INFO] [stdout]      |
[INFO] [stdout] 2175 | pub(crate) fn parse_authority(value: &[u8]) -> Result<(Authority, &[u8]), AuthorityError> {
[INFO] [stdout]      |                                      ^^^^^             ^^^^^^^^^  ^^^^^ the same lifetime is elided here
[INFO] [stdout]      |                                      |                 |
[INFO] [stdout]      |                                      |                 the same lifetime is hidden here
[INFO] [stdout]      |                                      the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2175 | pub(crate) fn parse_authority(value: &[u8]) -> Result<(Authority<'_>, &[u8]), AuthorityError> {
[INFO] [stdout]      |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/authority.rs:2248:27
[INFO] [stdout]      |
[INFO] [stdout] 2248 | fn parse_user_info(value: &[u8]) -> Result<(Username, Option<Password>), UserInfoError> {
[INFO] [stdout]      |                           ^^^^^             ^^^^^^^^         ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |                 |
[INFO] [stdout]      |                           |                 the same lifetime is hidden here
[INFO] [stdout]      |                           the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2248 | fn parse_user_info(value: &[u8]) -> Result<(Username<'_>, Option<Password<'_>>), UserInfoError> {
[INFO] [stdout]      |                                                     ++++                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/fragment.rs:62:24
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub fn as_borrowed(&self) -> Fragment {
[INFO] [stdout]    |                        ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub fn as_borrowed(&self) -> Fragment<'_> {
[INFO] [stdout]    |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/path.rs:563:24
[INFO] [stdout]     |
[INFO] [stdout] 563 |     pub fn to_borrowed(&self) -> Path {
[INFO] [stdout]     |                        ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 563 |     pub fn to_borrowed(&self) -> Path<'_> {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/path.rs:737:24
[INFO] [stdout]     |
[INFO] [stdout] 737 |     pub fn as_borrowed(&self) -> Segment {
[INFO] [stdout]     |                        ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 737 |     pub fn as_borrowed(&self) -> Segment<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/path.rs:1094:33
[INFO] [stdout]      |
[INFO] [stdout] 1094 | pub(crate) fn parse_path(value: &[u8]) -> Result<(Path, &[u8]), PathError> {
[INFO] [stdout]      |                                 ^^^^^             ^^^^  ^^^^^ the same lifetime is elided here
[INFO] [stdout]      |                                 |                 |
[INFO] [stdout]      |                                 |                 the same lifetime is hidden here
[INFO] [stdout]      |                                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1094 | pub(crate) fn parse_path(value: &[u8]) -> Result<(Path<'_>, &[u8]), PathError> {
[INFO] [stdout]      |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/query.rs:66:24
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn as_borrowed(&self) -> Query {
[INFO] [stdout]    |                        ^^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn as_borrowed(&self) -> Query<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/query.rs:319:34
[INFO] [stdout]     |
[INFO] [stdout] 319 | pub(crate) fn parse_query(value: &[u8]) -> Result<(Query, &[u8]), QueryError> {
[INFO] [stdout]     |                                  ^^^^^             ^^^^^  ^^^^^ the same lifetime is elided here
[INFO] [stdout]     |                                  |                 |
[INFO] [stdout]     |                                  |                 the same lifetime is hidden here
[INFO] [stdout]     |                                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 319 | pub(crate) fn parse_query(value: &[u8]) -> Result<(Query<'_>, &[u8]), QueryError> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/relative_reference.rs:720:24
[INFO] [stdout]     |
[INFO] [stdout] 720 |     pub fn to_borrowed(&self) -> RelativeReference {
[INFO] [stdout]     |                        ^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 720 |     pub fn to_borrowed(&self) -> RelativeReference<'_> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/scheme.rs:399:24
[INFO] [stdout]     |
[INFO] [stdout] 399 |     pub fn as_borrowed(&self) -> UnregisteredScheme {
[INFO] [stdout]     |                        ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 399 |     pub fn as_borrowed(&self) -> UnregisteredScheme<'_> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/scheme.rs:94:32
[INFO] [stdout]      |
[INFO] [stdout]   94 |               pub fn as_borrowed(&self) -> Scheme {
[INFO] [stdout]      |                                  ^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                                  |
[INFO] [stdout]      |                                  the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout]  746 | / schemes! {
[INFO] [stdout]  747 | |     (AAA, "aaa", SchemeStatus::Permanent);
[INFO] [stdout]  748 | |     (AAAS, "aaas", SchemeStatus::Permanent);
[INFO] [stdout]  749 | |     (About, "about", SchemeStatus::Permanent);
[INFO] [stdout] ...    |
[INFO] [stdout] 1050 | |     (Z3950S, "z39.50s", SchemeStatus::Permanent);
[INFO] [stdout] 1051 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `schemes` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout]   94 |             pub fn as_borrowed(&self) -> Scheme<'_> {
[INFO] [stdout]      |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/scheme.rs:176:43
[INFO] [stdout]      |
[INFO] [stdout]  176 |           pub(crate) fn parse_scheme(value: &[u8]) -> Result<(Scheme, &[u8]), SchemeError> {
[INFO] [stdout]      |                                             ^^^^^             ^^^^^^  ^^^^^ the same lifetime is elided here
[INFO] [stdout]      |                                             |                 |
[INFO] [stdout]      |                                             |                 the same lifetime is hidden here
[INFO] [stdout]      |                                             the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout]  746 | / schemes! {
[INFO] [stdout]  747 | |     (AAA, "aaa", SchemeStatus::Permanent);
[INFO] [stdout]  748 | |     (AAAS, "aaas", SchemeStatus::Permanent);
[INFO] [stdout]  749 | |     (About, "about", SchemeStatus::Permanent);
[INFO] [stdout] ...    |
[INFO] [stdout] 1050 | |     (Z3950S, "z39.50s", SchemeStatus::Permanent);
[INFO] [stdout] 1051 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `schemes` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout]  176 |         pub(crate) fn parse_scheme(value: &[u8]) -> Result<(Scheme<'_>, &[u8]), SchemeError> {
[INFO] [stdout]      |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/scheme.rs:177:43
[INFO] [stdout]      |
[INFO] [stdout]  177 |               fn unregistered_scheme(value: &[u8], normalized: bool) -> Scheme {
[INFO] [stdout]      |                                             ^^^^^                       ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                                             |
[INFO] [stdout]      |                                             the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout]  746 | / schemes! {
[INFO] [stdout]  747 | |     (AAA, "aaa", SchemeStatus::Permanent);
[INFO] [stdout]  748 | |     (AAAS, "aaas", SchemeStatus::Permanent);
[INFO] [stdout]  749 | |     (About, "about", SchemeStatus::Permanent);
[INFO] [stdout] ...    |
[INFO] [stdout] 1050 | |     (Z3950S, "z39.50s", SchemeStatus::Permanent);
[INFO] [stdout] 1051 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `schemes` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout]  177 |             fn unregistered_scheme(value: &[u8], normalized: bool) -> Scheme<'_> {
[INFO] [stdout]      |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/uri.rs:869:24
[INFO] [stdout]     |
[INFO] [stdout] 869 |     pub fn to_borrowed(&self) -> URI {
[INFO] [stdout]     |                        ^^^^^     ^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 869 |     pub fn to_borrowed(&self) -> URI<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/uri_reference.rs:1041:24
[INFO] [stdout]      |
[INFO] [stdout] 1041 |     pub fn to_borrowed(&self) -> URIReference {
[INFO] [stdout]      |                        ^^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                        |
[INFO] [stdout]      |                        the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1041 |     pub fn to_borrowed(&self) -> URIReference<'_> {
[INFO] [stdout]      |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking criterion v0.2.11
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/authority.rs:133:24
[INFO] [stdout]     |
[INFO] [stdout] 133 |     pub fn as_borrowed(&self) -> Authority {
[INFO] [stdout]     |                        ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 133 |     pub fn as_borrowed(&self) -> Authority<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/authority.rs:789:24
[INFO] [stdout]     |
[INFO] [stdout] 789 |     pub fn as_borrowed(&self) -> Host {
[INFO] [stdout]     |                        ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 789 |     pub fn as_borrowed(&self) -> Host<'_> {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/authority.rs:1081:24
[INFO] [stdout]      |
[INFO] [stdout] 1081 |     pub fn as_borrowed(&self) -> Password {
[INFO] [stdout]      |                        ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                        |
[INFO] [stdout]      |                        the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1081 |     pub fn as_borrowed(&self) -> Password<'_> {
[INFO] [stdout]      |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/authority.rs:1327:24
[INFO] [stdout]      |
[INFO] [stdout] 1327 |     pub fn as_borrowed(&self) -> RegisteredName {
[INFO] [stdout]      |                        ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                        |
[INFO] [stdout]      |                        the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1327 |     pub fn as_borrowed(&self) -> RegisteredName<'_> {
[INFO] [stdout]      |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/authority.rs:1571:24
[INFO] [stdout]      |
[INFO] [stdout] 1571 |     pub fn as_borrowed(&self) -> Username {
[INFO] [stdout]      |                        ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                        |
[INFO] [stdout]      |                        the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1571 |     pub fn as_borrowed(&self) -> Username<'_> {
[INFO] [stdout]      |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/authority.rs:2175:38
[INFO] [stdout]      |
[INFO] [stdout] 2175 | pub(crate) fn parse_authority(value: &[u8]) -> Result<(Authority, &[u8]), AuthorityError> {
[INFO] [stdout]      |                                      ^^^^^             ^^^^^^^^^  ^^^^^ the same lifetime is elided here
[INFO] [stdout]      |                                      |                 |
[INFO] [stdout]      |                                      |                 the same lifetime is hidden here
[INFO] [stdout]      |                                      the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2175 | pub(crate) fn parse_authority(value: &[u8]) -> Result<(Authority<'_>, &[u8]), AuthorityError> {
[INFO] [stdout]      |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/authority.rs:2248:27
[INFO] [stdout]      |
[INFO] [stdout] 2248 | fn parse_user_info(value: &[u8]) -> Result<(Username, Option<Password>), UserInfoError> {
[INFO] [stdout]      |                           ^^^^^             ^^^^^^^^         ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                           |                 |
[INFO] [stdout]      |                           |                 the same lifetime is hidden here
[INFO] [stdout]      |                           the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2248 | fn parse_user_info(value: &[u8]) -> Result<(Username<'_>, Option<Password<'_>>), UserInfoError> {
[INFO] [stdout]      |                                                     ++++                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/fragment.rs:62:24
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub fn as_borrowed(&self) -> Fragment {
[INFO] [stdout]    |                        ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub fn as_borrowed(&self) -> Fragment<'_> {
[INFO] [stdout]    |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/path.rs:563:24
[INFO] [stdout]     |
[INFO] [stdout] 563 |     pub fn to_borrowed(&self) -> Path {
[INFO] [stdout]     |                        ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 563 |     pub fn to_borrowed(&self) -> Path<'_> {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/path.rs:737:24
[INFO] [stdout]     |
[INFO] [stdout] 737 |     pub fn as_borrowed(&self) -> Segment {
[INFO] [stdout]     |                        ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 737 |     pub fn as_borrowed(&self) -> Segment<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/path.rs:1094:33
[INFO] [stdout]      |
[INFO] [stdout] 1094 | pub(crate) fn parse_path(value: &[u8]) -> Result<(Path, &[u8]), PathError> {
[INFO] [stdout]      |                                 ^^^^^             ^^^^  ^^^^^ the same lifetime is elided here
[INFO] [stdout]      |                                 |                 |
[INFO] [stdout]      |                                 |                 the same lifetime is hidden here
[INFO] [stdout]      |                                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1094 | pub(crate) fn parse_path(value: &[u8]) -> Result<(Path<'_>, &[u8]), PathError> {
[INFO] [stdout]      |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/query.rs:66:24
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn as_borrowed(&self) -> Query {
[INFO] [stdout]    |                        ^^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn as_borrowed(&self) -> Query<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/query.rs:319:34
[INFO] [stdout]     |
[INFO] [stdout] 319 | pub(crate) fn parse_query(value: &[u8]) -> Result<(Query, &[u8]), QueryError> {
[INFO] [stdout]     |                                  ^^^^^             ^^^^^  ^^^^^ the same lifetime is elided here
[INFO] [stdout]     |                                  |                 |
[INFO] [stdout]     |                                  |                 the same lifetime is hidden here
[INFO] [stdout]     |                                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 319 | pub(crate) fn parse_query(value: &[u8]) -> Result<(Query<'_>, &[u8]), QueryError> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/relative_reference.rs:720:24
[INFO] [stdout]     |
[INFO] [stdout] 720 |     pub fn to_borrowed(&self) -> RelativeReference {
[INFO] [stdout]     |                        ^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 720 |     pub fn to_borrowed(&self) -> RelativeReference<'_> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/scheme.rs:399:24
[INFO] [stdout]     |
[INFO] [stdout] 399 |     pub fn as_borrowed(&self) -> UnregisteredScheme {
[INFO] [stdout]     |                        ^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 399 |     pub fn as_borrowed(&self) -> UnregisteredScheme<'_> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/scheme.rs:94:32
[INFO] [stdout]      |
[INFO] [stdout]   94 |               pub fn as_borrowed(&self) -> Scheme {
[INFO] [stdout]      |                                  ^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                                  |
[INFO] [stdout]      |                                  the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout]  746 | / schemes! {
[INFO] [stdout]  747 | |     (AAA, "aaa", SchemeStatus::Permanent);
[INFO] [stdout]  748 | |     (AAAS, "aaas", SchemeStatus::Permanent);
[INFO] [stdout]  749 | |     (About, "about", SchemeStatus::Permanent);
[INFO] [stdout] ...    |
[INFO] [stdout] 1050 | |     (Z3950S, "z39.50s", SchemeStatus::Permanent);
[INFO] [stdout] 1051 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `schemes` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout]   94 |             pub fn as_borrowed(&self) -> Scheme<'_> {
[INFO] [stdout]      |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/scheme.rs:176:43
[INFO] [stdout]      |
[INFO] [stdout]  176 |           pub(crate) fn parse_scheme(value: &[u8]) -> Result<(Scheme, &[u8]), SchemeError> {
[INFO] [stdout]      |                                             ^^^^^             ^^^^^^  ^^^^^ the same lifetime is elided here
[INFO] [stdout]      |                                             |                 |
[INFO] [stdout]      |                                             |                 the same lifetime is hidden here
[INFO] [stdout]      |                                             the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout]  746 | / schemes! {
[INFO] [stdout]  747 | |     (AAA, "aaa", SchemeStatus::Permanent);
[INFO] [stdout]  748 | |     (AAAS, "aaas", SchemeStatus::Permanent);
[INFO] [stdout]  749 | |     (About, "about", SchemeStatus::Permanent);
[INFO] [stdout] ...    |
[INFO] [stdout] 1050 | |     (Z3950S, "z39.50s", SchemeStatus::Permanent);
[INFO] [stdout] 1051 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `schemes` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout]  176 |         pub(crate) fn parse_scheme(value: &[u8]) -> Result<(Scheme<'_>, &[u8]), SchemeError> {
[INFO] [stdout]      |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/scheme.rs:177:43
[INFO] [stdout]      |
[INFO] [stdout]  177 |               fn unregistered_scheme(value: &[u8], normalized: bool) -> Scheme {
[INFO] [stdout]      |                                             ^^^^^                       ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                                             |
[INFO] [stdout]      |                                             the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout]  746 | / schemes! {
[INFO] [stdout]  747 | |     (AAA, "aaa", SchemeStatus::Permanent);
[INFO] [stdout]  748 | |     (AAAS, "aaas", SchemeStatus::Permanent);
[INFO] [stdout]  749 | |     (About, "about", SchemeStatus::Permanent);
[INFO] [stdout] ...    |
[INFO] [stdout] 1050 | |     (Z3950S, "z39.50s", SchemeStatus::Permanent);
[INFO] [stdout] 1051 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: this warning originates in the macro `schemes` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout]  177 |             fn unregistered_scheme(value: &[u8], normalized: bool) -> Scheme<'_> {
[INFO] [stdout]      |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/uri.rs:869:24
[INFO] [stdout]     |
[INFO] [stdout] 869 |     pub fn to_borrowed(&self) -> URI {
[INFO] [stdout]     |                        ^^^^^     ^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 869 |     pub fn to_borrowed(&self) -> URI<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/uri_reference.rs:1041:24
[INFO] [stdout]      |
[INFO] [stdout] 1041 |     pub fn to_borrowed(&self) -> URIReference {
[INFO] [stdout]      |                        ^^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                        |
[INFO] [stdout]      |                        the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1041 |     pub fn to_borrowed(&self) -> URIReference<'_> {
[INFO] [stdout]      |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: criterion v0.2.11
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 12`
[INFO] running `Command { std: "docker" "inspect" "fdc981096a00b80120e7dea568eee50baf443877481358e9e1717ef273a1708f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fdc981096a00b80120e7dea568eee50baf443877481358e9e1717ef273a1708f", kill_on_drop: false }`
[INFO] [stdout] fdc981096a00b80120e7dea568eee50baf443877481358e9e1717ef273a1708f
